hysop.tools.method_utils module

class hysop.tools.method_utils.PolynomialInterpolationMethod[source]

Bases: SpaceDiscretizationMethod

Operator helper to handle polynomial interpolation method.

classmethod available_methods()[source]
classmethod default_method()[source]
handle_method(method)[source]
class hysop.tools.method_utils.SpaceDiscretizationMethod[source]

Bases: object

Operator helper to handle space discretization method.

classmethod available_methods()[source]
classmethod default_method()[source]
handle_method(method)[source]